home *** CD-ROM | disk | FTP | other *** search
/ Deutsche Edition 1 / Deutsche Edition 1.iso / amok / 081-090 / amok84 / reqtools_2.1d / glue.lha / Glue / SAS-C / src / rtAllocRequestA.asm < prev    next >
Assembly Source File  |  1991-05-22  |  196b  |  17 lines

  1.  
  2.     SECTION "code",CODE
  3.  
  4.     INCLUDE    "reqtools.i"
  5.  
  6.     XDEF    _rtAllocRequestA
  7.  
  8. _rtAllocRequestA:
  9.     move.l    a6,-(a7)
  10.     GETRTBASE
  11.     movem.l    8(a7),d0/a0
  12.     jsr    _LVOrtAllocRequestA(a6)
  13.     move.l    (a7)+,a6
  14.     rts
  15.  
  16.    END
  17.